home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Utilitare / sandra / san2005.exe / {app} / examples / Report Schema.mdb / TIDCount.json < prev    next >
Encoding:
JavaScript Object Notation  |  2004-11-20  |  348 b 

  1. {
  2.     "schema": {
  3.         "TableName": "Text (10) NOT NULL",
  4.         "CurrentID": "Long Integer"
  5.     },
  6.     "data": [
  7.         {
  8.             "TableName": "TClass",
  9.             "CurrentID": 1
  10.         },
  11.         {
  12.             "TableName": "TControl",
  13.             "CurrentID": 1
  14.         },
  15.         {
  16.             "TableName": "TDevice",
  17.             "CurrentID": 1
  18.         },
  19.         {
  20.             "TableName": "TItem",
  21.             "CurrentID": 1
  22.         },
  23.         {
  24.             "TableName": "TItemGroup",
  25.             "CurrentID": 1
  26.         },
  27.         {
  28.             "TableName": "TModule",
  29.             "CurrentID": 1
  30.         },
  31.         {
  32.             "TableName": "TReport",
  33.             "CurrentID": 1
  34.         }
  35.     ]
  36. }